home *** CD-ROM | disk | FTP | other *** search
/ Mac Cube 4: Multimedia Applications / MacCube Volume 4: Multimedia Applications.iso / Graphics / PictSize 1.1 / About PictSize next >
Text File  |  1994-11-26  |  4KB  |  41 lines

  1. PictSize by Jason Anderson
  2. ©1994 Beyond Midnight Software (v1.1 November 1994)
  3. PopupCDEF © Copyright 1994 Ari Halberstadt
  4. Freeware
  5.  
  6. About It
  7.      Have you ever been designing an about box for a program you are working on, and been frustrated when you went to place pictures in the about box? In particular, does the process of determining the size of the picture annoy you? Then PictSize is for you!
  8.      PictSize is a small utility primarily for programmers, although other people can probably find uses for it. It will tell you the dimensions (in pixels, inches, centimetres or millimetres) and the size (in bytes or K) of any picture (PICT) currently stored in the clipboard. You can then use this information (for example) in ResEdit when placing PICTs in an alert or dialog box. You can also get information about pictures stored in PICT files by either opening the file within the program, or dragging the icon of the file onto PictSize’s icon (System 7 or later)
  9.  
  10. Operation
  11.      PictSize is extremely easy to use. When you start the application it checks the clipboard to see if there are any  pictures currently there, or if you have dropped a PICT file on the icon of the application. If either of these are true, PictSize displays the dimensions and size of the PICT (note that with files the size PictSize reports isn’t always the true size of the PICT). If neither of these are true, PictSize displays the message “No PICT in clipboard”. Note that if PictSize doesn’t have enough memory to store the picture in it’s own application heap, it will also display this message.
  12.      Initially PictSize displays the dimensions of the PICT in pixels. If you wish to show the size in a different unit (for example, inches or centimetres), simply select that unit from the popup menu.
  13.      The “Get PICT Info” menu option allows you to select a PICT file to get the information about. Alternatively, under System 7 or later you can simply drag the icon of the file onto PictSize’s icon.
  14.      The “Update Info” button does just that - PictSize examines the clipboard again, and displays the dimensions and size of the PICT (if any) in the clipboard. Note that you can also select paste from the Edit menu (or press the keyboard equivalent).
  15.      The “Make true PICT” button is for programs like ClarisWorks which store additional information in the clipboard. This option trashes that information, keeping only the picture.
  16.  
  17. Disclaimer
  18.      THIS PROGRAM AND THE ACCOMPANYING DOCUMENTATION ARE PROVIDED “AS IS”. WHILE EVERY EFFORT HAS BEEN MADE TO TEST THIS SOFTWARE TO ENSURE IT PERFORMS AS EXPECTED, NEITHER THE AUTHOR (JASON ANDERSON) OR BEYOND MIDNIGHT SOFTWARE CAN BE HELD RESPONSIBLE FOR ANY CONSEQUENTIAL, INCIDENTAL OR INDIRECT DAMAGES THROUGH THE USE OF THIS SOFTWARE.
  19.  
  20. Roundup
  21.      I hope that you find PictSize as useful as I have found it to be. Any comments, suggestions or (dare I say it) bug reports should be sent to:
  22.  
  23. Normal Mail:
  24.           Beyond Midnight Software
  25.           PO Box 471
  26.           Devonport, TAS 7310
  27.           Australia
  28.  
  29. e-mail (Internet):
  30.           jason_ga@postoffice.sandybay.utas.edu.au
  31.  
  32. Finally, PictSize is distributed as freeware so feel free to use it as much and as long as you like (and pass it around to all your friends!)
  33.  
  34. PictSize was written using CodeWarrior C.
  35.  
  36. Version History
  37. • v1.1 (November ‘94)
  38.      - Added the option to change the units the size of the picture was displayed in, and the ability to get information about PICT files.
  39.  
  40. • v1.0 (November ‘94)
  41.      - Initial release.